Test files for IEN Interpreter.bas 
IEN Hi Lo Game 2017-07-28.txt - see you can actually make a game from this!
IEN test Binary Operators 2017-07-26.txt - display and test all BO's.
IEN test Count 2017-07-26.txt - first test of loop with exit and if block 
IEN test Count debug 2017-07-26.txt - Count generalizes a For Next sim


Help Files:
Readme IEN interpreter.txt - explains the 14 operators: %^/*~+=<>()!&|  
and commands: WC?ABZMFIENP[X]

ASC table.txt - charts ASC numbers for digits, letters and other symbols.
For a quick lookup reference.

Convert String to C ASC numbers.bas - type all the lines in your IEN program
you need and this program will store the C numbers line by line. Now you can
copy / paste text from the file with an editor such as Notepad.

Converted strings.txt - is the file I copy / pasted from to do the text needed
for the IEN Hi Lo Game.txt program.

And this file to describe the others.

B+





